home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / Terminals & WIN-Clients / Telemate Win v1.00 / TMW.arj / CIS.TW_ < prev    next >
Text File  |  1996-09-05  |  305b  |  19 lines

  1. ;
  2. ; CIS.SCR is a log on script for CompuServe Information Service
  3. ;
  4.  
  5. SET AutoStop,On              ; stop script if carrier is lost
  6. Waitfor 0                  ; wait until string matched
  7.  
  8. Put
  9.  
  10. Waitfor "Host Name:  "
  11. Put "cis"
  12.  
  13. Waitfor "User ID: "
  14. Put "^!"
  15.  
  16. Waitfor "Password: "
  17. Put "^&"
  18.  
  19.